home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 2001 December / Computer Buyer 2001 December.iso / online / tiscali / Assets / Tiscali_main.dxr / Internal_1_Wait for Quit.ls < prev    next >
Encoding:
Text File  |  2001-08-13  |  131 b   |  12 lines

  1. on exitFrame me
  2.   if the timer < (2 * 60) then
  3.     go(the frame)
  4.   else
  5.     quit()
  6.   end if
  7. end
  8.  
  9. on beginSprite
  10.   startTimer()
  11. end
  12.